home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
workbench
/
libs
/
unixlib.lha
/
unix
/
include
/
stdio.h
< prev
next >
Wrap
C/C++ Source or Header
|
1995-12-06
|
203b
|
8 lines
#ifndef _UNIX_STDIO_H
#define _UNIX_STDIO_H
#include "include:stdio.h"
extern int pclose(FILE *);
extern FILE *popen(const char *, const char *);
extern char *tempnam(const char *, const char *);
#endif